CVS TOT fails to build on MacOSX 10.2.1

Поиск
Список
Период
Сортировка
От Peter Bierman
Тема CVS TOT fails to build on MacOSX 10.2.1
Дата
Msg-id v03130305b9e4bd076354@[17.202.21.231]
обсуждение исходный текст
Ответ на Re: 7.3b3 on MacOSX 10.2.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: CVS TOT fails to build on MacOSX 10.2.1  (Neil Conway <neilc@samurai.com>)
Список pgsql-hackers
So first off, what's the best way to tell from a cvs snapshot which "release" (if any) that snapshot is?


I just (2pm) grabbed a full clean cvs checkout, and tried to run the regression tests. This is on a Macintosh G4/450
dualCPU with 512MB.
 

'make runcheck' in src/test/regress/  fails with:

<snip from src/test/regress/log/install.log>

rm -f libecpg.so && \
ln -s libecpg.so.3.4.0 libecpg.so
make -C preproc install
make -C ../../../../src/port all
make[6]: Nothing to be done for `all'.
bison -y -d  preproc.y
preproc.y:5560: fatal error: maximum table size (32767) exceeded
make[5]: *** [preproc.h] Error 1
make[4]: *** [install] Error 2
make[3]: *** [install] Error 2
make[2]: *** [install] Error 2
make[1]: *** [install] Error 2

</snip>

-pmb




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Trigger on 'create table' ?
Следующее
От: Ian Barwick
Дата:
Сообщение: Re: Request for supported platforms